github.com/klauspost/compress/zstd.frameDec.SingleSegment (field)
6 uses
github.com/klauspost/compress/zstd (current package)
framedec.go#L34: SingleSegment bool
framedec.go#L132: d.SingleSegment = fhd&(1<<5) != 0
framedec.go#L141: if !d.SingleSegment {
framedec.go#L192: if d.SingleSegment {
framedec.go#L239: if d.WindowSize == 0 && d.SingleSegment {
framedec.go#L272: println("Frame: Dict:", d.DictionaryID, "FrameContentSize:", d.FrameContentSize, "singleseg:", d.SingleSegment, "window:", d.WindowSize, "crc:", d.HasCheckSum)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |